home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / include / Precognition.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-02  |  964 b   |  39 lines

  1. #ifndef PRECOGNITION_H
  2. #define PRECOGNITION_H
  3. /* ==========================================================================
  4. **
  5. **                               Precognition.h
  6. **
  7. **      Defines structs and prototypes for use with code generated by
  8. **      the Precognition interface builder.
  9. **
  10. **   ©1991, 1992 WILLISoft
  11. **
  12. ** ==========================================================================
  13. */
  14.  
  15. #include "Precognition_Utils.h"
  16. #include "Precognition3D.h"
  17. #include "PObject.h"
  18. #include "GraphicObject.h"
  19. #include "TitleBox.h"
  20. #include "OutlineBox.h"
  21. #include "BoolGadget.h"
  22. #include "CycleGadget.h"
  23. #include "StringGadget.h"
  24. #include "IntegerGadget.h"
  25. #include "CheckBox.h"
  26. #include "HSlider.h"
  27. #include "HScroller.h"
  28. #include "VSlider.h"
  29. #include "VScroller.h"
  30. #include "ScrollingList.h"
  31. #include "ListEditor.h"
  32.  
  33. /* Added for prototypes -- EDB */
  34. #include "EmbossedGadget.h"
  35. #include "Interactor.h"
  36. #include "Valuator.h"
  37. #include "Positioner.h"
  38.  
  39. #endif